@charset "UTF-8";
.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.header .tops {
  height: 44px;
  background-color: #f4f5f6;
  padding: 0;
}
.header .tops .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .tops .container .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .tops .container .left .item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .tops .container .left .item i {
  font-size: 16px;
  color: #adb8c5;
}
.header .tops .container .left .item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: bold;
}
.header .tops .container .left .line {
  width: 1px;
  height: 10px;
  background-color: #d8dde7;
  display: inline-block;
  margin: 0 20px;
}
.header .tops .container .search-box {
  width: 230px;
  height: 28px;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  padding: 0 14px 0 18px;
  border-radius: 14px;
  font-size: 14px;
  background-color: #fff;
}
.header .tops .container .search-box input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.header .tops .container .search-box .search {
  margin-left: 20px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .tops .container .search-box .search i {
  color: #003f88;
  font-size: 14px;
}
.header .logo-nav {
  height: 126px;
  background-image: url("../img/03.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header .logo-nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo-nav .container .logo {
  display: block;
  width: 282px;
}
.header .logo-nav .container .logo img {
  width: 100%;
}
.header .logo-nav .container .word-txt {
  width: 489px;
}
.header .logo-nav .container .word-txt img {
  width: 100%;
}
.header .nav {
  height: 60px;
  background-color: #003f88;
}
.header .nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .nav .container .item {
  font-size: 18px;
  color: #fff;
  height: 100%;
  line-height: 60px;
  position: relative;
}
.header .nav .container .item.active {
  font-weight: bold;
}
.header .nav .container .item.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  left: 0;
}

.inner-banner {
  width: 100%;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 20;
}
.right-side .item {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
}
.right-side .item i {
  font-size: 26px;
  color: #333;
}
.right-side .item:hover {
  background-color: #003f88;
  transition: all 0.3s;
}
.right-side .item:hover i {
  color: #fff;
}

.com-title {
  font-size: 36px;
  line-height: 36px;
  position: relative;
  padding-bottom: 24px;
  /* &:after{
     content: '';
     position: absolute;
     width: 150px;
     height: 18px;
     background-image: linear-gradient(90deg, 
  	#0857b2 0%, 
  	#57aeff 100%), 
  linear-gradient(
  	#030c25, 
  	#030c25);
         left: 24px;
         bottom: -7px;      
   }
   &:before {
     content: '';
     position: absolute;
     width: 62px;
     height: 3px;
     background-image: url('../img/25.png');
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100%;
     bottom: -25px;
     left: -30px;  
   } */
}
.com-title .tt {
  position: relative;
  z-index: 10;
}
.com-title .tt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(90deg, #0857b2 0%, #57aeff 100%), linear-gradient(#030c25, #030c25);
  left: 0;
  bottom: -20px;
}
.com-title.white {
  color: #fff;
  /* &:before {
    content: '';
    position: absolute;
    width: 62px;
    height: 3px;
    background-image: url('../img/26.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom:-25px;
    left: -30px;  
  } */
}

.com-more {
  width: 140px;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  border: solid 1px #cccccc;
  color: #999;
  font-size: 14px;
  display: block;
  text-align: center;
}
.com-more i {
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
  zoom: 0.9;
}
.com-more.active, .com-more:hover {
  background-color: #d80000;
  color: #fff;
  border-color: #d80000;
}

.m-header {
  display: none;
}

.m-cover-dark {
  display: none;
}

.global-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.global-cont .left-nav {
  width: 260px;
  flex-shrink: 0;
}
.global-cont .left-nav .com-title {
  font-size: 32px;
  line-height: 32px;
}
.global-cont .left-nav .left-items {
  margin-top: 40px;
}
.global-cont .left-nav .left-items .item {
  padding: 12px 0 12px 20px;
  font-size: 16px;
  color: #666;
  position: relative;
  display: block;
}
.global-cont .left-nav .left-items .item.active {
  color: #0a50cd;
  font-size: 18px;
  font-weight: bold;
}
.global-cont .left-nav .left-items .item.active:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #54a4ff;
  left: 0;
  top: calc(50% - 1px);
}
.global-cont .right-cont {
  width: calc(100% - 260px);
  min-height: 500px;
  border: 1px solid #ddd;
  background: linear-gradient(to bottom, rgba(73, 126, 255, 0.1), rgba(73, 126, 255, 0));
  border-image: -webkit-linear-gradient(rgba(75, 126, 255, 0.2), rgba(87, 174, 255, 0)) 30 30;
}
.global-cont .right-cont .cont-tops {
  height: 60px;
  background: linear-gradient(to right, #094B98, rgba(10, 77, 152, 0.1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 30px;
}
.global-cont .right-cont .cont-tops .tt {
  font-size: 24px;
  color: #fff;
}
.global-cont .right-cont .cont-tops .bread-box {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.global-cont .right-cont .cont-tops .bread-box i {
  display: inline-block;
  margin-right: 10px;
  color: #0a4fcd;
}
.global-cont .right-cont .cont-tops .bread-box span {
  color: #333;
  display: inline-block;
}
.global-cont .right-cont .cont-tops .bread-box .arr {
  margin: 0 6px;
}
.global-cont .right-cont .cont-tops .bread-box a {
  color: #333;
}
.global-cont .right-cont .empty-box {
  padding: 140px;
  text-align: center;
}
.global-cont .right-cont .empty-box img {
  width: 316px;
}
.global-cont .right-cont .empty-box p {
  font-size: 24px;
  margin-top: 20px;
}
.global-cont .right-cont .content {
  padding: 40px 35px;
}
.global-cont .right-cont .link {
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/35.png");
  display: block;
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.global-cont .right-cont .link .tt {
  padding-bottom: 8px;
  text-decoration: underline;
  display: inline-block;
  color: #fff;
}
.global-cont .right-cont .link i {
  display: inline-block;
  margin-left: 8px;
  font-size: 22px;
}
.global-cont .right-cont .link:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #00379a;
  left: 0;
  top: 0;
}
.global-cont .right-cont .news-cont {
  padding: 0 35px;
}
.global-cont .right-cont .news-cont .items {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.global-cont .right-cont .news-cont .items .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.global-cont .right-cont .news-cont .items .left .tt {
  font-size: 18px;
  color: #333;
}
.global-cont .right-cont .news-cont .items .left .date {
  flex-shrink: 0;
  font-size: 16px;
  color: #999;
  margin-left: 24px;
  font-family: "Dinb";
}
.global-cont .right-cont .news-cont .items .com-more {
  flex-shrink: 0;
  margin-left: 20px;
}
.global-cont .right-cont .detail-cont {
  padding: 30px;
}
.global-cont .right-cont .detail-cont .title-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.global-cont .right-cont .detail-cont .title-box .title {
  font-size: 32px;
  line-height: 32px;
}
.global-cont .right-cont .detail-cont .title-box .date {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  font-family: "Dinb";
}
.global-cont .right-cont .detail-cont .title-box .date i {
  display: inline-block;
  margin-right: 10px;
}
.global-cont .right-cont .detail-cont .cont {
  padding: 30px 0 100px;
}
.global-cont .right-cont .detail-cont .cont img {
  max-width: 100%;
  height: auto !important;
}
.global-cont .right-cont .detail-cont .detail-bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
.global-cont .right-cont .detail-cont .detail-bottoms .pages {
  width: 50%;
}
.global-cont .right-cont .detail-cont .detail-bottoms .pages.next {
  text-align: right;
}
.global-cont .right-cont .detail-cont .com-more {
  margin: 0 auto;
  margin-top: 20px;
}
.global-cont .right-cont .form-box {
  padding: 40px 40px 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-cont .right-cont .form-box input {
  width: 47.5%;
  height: 60px;
  padding-left: 25px;
  background-color: #fff;
  border: 0;
}
.global-cont .right-cont .form-box input.input-txt {
  width: 32%;
}
.global-cont .right-cont .form-box input.short {
  width: 300px;
}
.global-cont .right-cont .form-box input:focus {
  border: 2px solid #003f88;
}
.global-cont .right-cont .form-box select {
  height: 60px;
  padding-left: 25px;
  background-color: #fff;
  border: 0;
  -webkit-appearance: menulist; /* 恢复原生样式 */
  -moz-appearance: menulist;
  appearance: menulist;
}
.global-cont .right-cont .form-box select.select {
  width: 32%;
}
.global-cont .right-cont .form-box select:focus {
  border: 2px solid #003f88;
}
.global-cont .right-cont .form-box textarea {
  height: 300px;
  width: 100%;
  background-color: #fff;
  padding: 20px 25px;
  resize: none;
  margin: 20px 0;
  border: none;
}
.global-cont .right-cont .form-box textarea:focus {
  border: 2px solid #003f88;
}
.global-cont .right-cont .form-box .code {
  display: flex;
  align-items: center;
}
.global-cont .right-cont .form-box .code .code-img {
  width: 200px;
  height: 60px;
}
.global-cont .right-cont .form-box .code .code-img img {
  width: 100%;
  height: 100%;
}
.global-cont .right-cont .form-box .send-button {
  width: 175px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #003f88;
  cursor: pointer;
}
.global-cont .right-cont .form-box .send-button i {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.global-cont .right-cont .contact {
  padding: 50px 45px 100px;
}
.global-cont .right-cont .contact .items-box {
  display: flex;
  align-items: flex-start;
}
.global-cont .right-cont .contact .items-box .items {
  width: 32%;
  padding: 10px 0 0;
}
.global-cont .right-cont .contact .items-box .items .lines {
  width: 300px;
  height: 42px;
  background-color: #fff;
  border-radius: 21px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.global-cont .right-cont .contact .items-box .items .lines i {
  font-size: 18px;
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.global-cont .right-cont .contact .items-box .items .info {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 40px 0 0;
}
.global-cont .right-cont .contact .items-box .items .info .number {
  font-family: "Dinb";
  font-size: 18px;
}
.global-cont .right-cont .contact .items-box .items.center {
  width: 36%;
  position: relative;
}
.global-cont .right-cont .contact .items-box .items.center:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 150%;
  background-color: #e6e6e6;
}
.global-cont .right-cont .contact .items-box .items.center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 150%;
  background-color: #e6e6e6;
}
.global-cont .right-cont .contact .items-box .items.center .lines {
  margin: 0 auto;
}
.global-cont .right-cont .contact .items-box .items.mail {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.global-cont .right-cont .contact .items-box .items.mail .info {
  padding: 0 20px 0 0;
}
.global-cont .right-cont .contact .map-box {
  height: 370px;
  width: 100%;
  margin-top: 70px;
}
.global-cont .right-cont .tree-cont {
  padding: 70px 35px 130px;
}
.global-cont .right-cont .tree-cont .title-box {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #003f88;
  text-align: center;
}
.global-cont .right-cont .lead-cont {
  padding: 40px 35px 130px;
  display: flex;
}
.global-cont .right-cont .lead-cont .pic {
  width: 246px;
  flex-shrink: 0;
}
.global-cont .right-cont .lead-cont .pic img {
  width: 100%;
}
.global-cont .right-cont .lead-cont .info {
  font-size: 14px;
  line-height: 32px;
  margin-top: 40px;
  padding-left: 40px;
  text-indent: 2em;
}
.global-cont .right-cont .lead-cont .info .sign {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: bold;
}
.global-cont .right-cont .lead-cont .info .sign .line {
  width: 66px;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  margin-right: 10px;
}
.global-cont .right-cont .research-cont {
  padding: 30px 35px 0;
}
.global-cont .right-cont .research-cont .list {
  display: flex;
  flex-wrap: wrap;
}
.global-cont .right-cont .research-cont .list .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
.global-cont .right-cont .research-cont .list .item .pic {
  width: 100%;
  overflow: hidden;
}
.global-cont .right-cont .research-cont .list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
.global-cont .right-cont .research-cont .list .item .desc {
  font-size: 16px;
  padding: 10px 0;
}
.global-cont .right-cont .research-cont .list .item:nth-child(3n) {
  margin-right: 0;
}
.global-cont .right-cont .research-cont .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.global-cont .right-cont .recruit-list {
  padding: 40px 35px 25px;
}
.global-cont .right-cont .recruit-list .recruit-item {
  margin-bottom: 16px;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head {
  height: 94px;
  background-color: #fff;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .left .title {
  font-size: 20px;
  color: #333;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .left .title .name {
  margin-right: 20px;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .left .title .date {
  height: 14px;
  font-size: 14px;
  border-left: 2px solid #999;
  color: #999;
  padding: 0 25px;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .left .info {
  font-size: 14px;
  margin-top: 15px;
  color: #666;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .left .info span {
  display: inline-block;
  margin-right: 60px;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .arr-box {
  width: 116px;
  height: 100%;
  line-height: 94px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
}
.global-cont .right-cont .recruit-list .recruit-item .top-head .arr-box i {
  font-size: 30px;
  color: #999;
  transition: transform 0.3s;
}
.global-cont .right-cont .recruit-list .recruit-item .re-content {
  background-color: #fff;
  padding: 30px 30px 20px;
  display: none;
  border: 1px solid #0b5ab5;
  border-top: none;
}
.global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box {
  font-size: 14px;
  color: #0d2142;
  margin-bottom: 15px;
}
.global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box .tt {
  font-weight: bold;
}
.global-cont .right-cont .recruit-list .recruit-item .re-content .desc-box .desc {
  font-size: 14px;
  line-height: 32px;
  color: #5d646f;
}
.global-cont .right-cont .recruit-list .recruit-item .re-content .upload-btn {
  width: 146px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  background-color: #0b5ab5;
  cursor: pointer;
}
.global-cont .right-cont .recruit-list .recruit-item.slide .top-head {
  background-color: #0b5ab5;
  border: 1px solid #0b5ab5;
  border-bottom: none;
}
.global-cont .right-cont .recruit-list .recruit-item.slide .top-head .title {
  color: #fff;
}
.global-cont .right-cont .recruit-list .recruit-item.slide .top-head .title .date {
  color: #fff;
  border-left: 2px solid #fff;
}
.global-cont .right-cont .recruit-list .recruit-item.slide .top-head .info {
  color: #fff;
}
.global-cont .right-cont .recruit-list .recruit-item.slide .top-head .arr-box i {
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s;
  display: inline-block;
}

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.pages-box .item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 16px;
  background-color: #f8f8f8;
}
.pages-box .item.active, .pages-box .item:hover {
  background-color: #0b5ab5;
  color: #fff;
  border: 1px solid #0b5ab5;
}
.pages-box .item.prevNext {
  width: 60px;
}

.BMapLabel {
  border: none !important;
  background-color: transparent !important;
}
.BMapLabel .info-div {
  width: 230px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background-color: #003f88;
  border-radius: 8px;
}
.BMapLabel .info-div img {
  width: 150px;
}

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 30px 40px;
}
.join-form .line {
  width: 100%;
  height: 36px;
  display: inline-block;
  margin-bottom: 6px;
}
.join-form .line .label {
  height: 36px;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 36px;
}
.join-form .line input {
  display: inline-block;
  float: left;
  width: 438px;
  height: 36px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f1f5fd;
  padding: 0 10px;
}
.join-form .line textarea {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border: 1px solid #f1f5fd;
  padding: 10px;
  resize: none;
}
.join-form .line .load {
  width: 438px;
  height: 25px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  display: inline-block;
  float: left;
}
.join-form .line img {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
  height: 34px;
}
.join-form .line button {
  width: 120px;
  height: 38px;
  border-radius: 4px;
  background-color: #003f88;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  float: right;
}
.join-form .line.heightauto {
  height: auto;
}

#join-upload {
  width: 100px;
  height: 36px;
  line-height: 36px;
  position: relative;
  background-color: #003f88;
  border-radius: 4px;
  float: left;
  text-align: center;
  color: #fff;
}

#join-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.footer .foot-tops {
  background-color: #2c2c2c;
  padding: 45px 0 55px;
}
.footer .foot-tops .container {
  display: flex;
  justify-content: space-between;
}
.footer .foot-tops .container .left {
  display: flex;
}
.footer .foot-tops .container .left .items-box {
  margin-right: 80px;
}
.footer .foot-tops .container .left .items-box .tt {
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
  margin-bottom: 15px;
}
.footer .foot-tops .container .left .items-box .item {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  display: block;
  margin-bottom: 6px;
}
.footer .foot-tops .container .left .items-box:last-child {
  margin-right: 0;
}
.footer .foot-tops .container .code-box {
  width: 150px;
  text-align: center;
}
.footer .foot-tops .container .code-box img {
  width: 100%;
}
.footer .foot-tops .container .code-box p {
  font-size: 14px;
  line-height: 28px;
  color: #dadada;
  margin-top: 10px;
}
.footer .foot-bottom {
  width: 100%;
  height: 50px;
  background-color: #242424;
}
.footer .foot-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer .foot-bottom a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.footer .foot-bottom a img {
  width: 18px;
  margin-right: 10px;
}
.footer .foot-bottom .beian {
  margin-left: 30px;
}
.footer .foot-bottom .right {
  height: 100%;
  display: flex;
  align-items: center;
}/*# sourceMappingURL=common.css.map */